Visual Cafe Pro Language Reference
A to Z index
- ALL
Static variable in class symantec.itools.db.pro.Request.
Specifies the all value for an optimistic concurrency setting.
- allProceduresAreCallable( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not all stored procedures can be called.
- allTablesAreSelectable( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not all database tables can be selected.
- asciiStreamtoString(InputStream)
Method in class symantec.itools.db.pro.RelationView.
Returns a String from a java.io.InputStream object that is in ASCII format.
- AutoDetail
Class in package symantec.itools.db.pro.
Adds a detail RelationView to a MultiView.
- binaryArraytoString(byte)
Method in class symantec.itools.db.pro.RelationView.
Returns a String from an array of bytes.
- binaryStreamtoString(InputStream, int)
Method in class symantec.itools.db.pro.RelationView.
Returns a String from a java.io.InputStream object that is in binary format.
- bindCurrentRecord(RecordLink)
Method in class symantec.itools.db.pro.RelationView.
Binds a RecordLink object to a RelationView's current record.
- bindList
Method in class symantec.itools.db.pro.RelationView.
Binds a Java object to a RelationView's projection.
Syntaxes:
- bindList(ConnectionInfo, String, ListLink, Vector)
- bindList(ConnectionInfo, String, ListLink, int[ ])
- bindProj(int, ProjLink)
Method in class symantec.itools.db.pro.RelationView.
Binds a Java object to a RelationView's projection.
- close( )
Method in class symantec.itools.db.pro.MultiView.
Closes a MultiView.
- close( )
Method in class symantec.itools.db.pro.Session.
Closes all connections to a dbANYWHERE server.
- closeMultiView( )
Method in class symantec.itools.db.pro.RelationView.
Closes a MultiView.
- ConnectionInfo
Class in package symantec.itools.db.pro.
Contains database connection information.
- ConnectionInfo
Constructor for class symantec.itools.db.pro.ConnectionInfo.
Creates a ConnectionInfo object.
Syntaxes:
- ConnectionInfo(String)
- ConnectionInfo(String, boolean)
- ConnectionInfo(String, String, String)
- ConnectionInfo(String, String, String, boolean)
- createView
Method in class symantec.itools.db.pro.Session.
Creates a root RelationView for a new MultiView transaction.
Syntaxes:
- createView(String)
- createView(String, Vector)
- createView(ConnectionInfo, String)
- createView(ConnectionInfo, String, Properties)
- createView(ConnectionInfo, String, Vector)
- createView(ConnectionInfo, String, Vector, Properties)
- DataAccess
Interface in package symantec.itools.db.pro.
Provides get and set methods for the dbANYWHERE data types for an object that manages a record.
- dataDefinitionCausesTransactionCommit( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a data definition causes a transaction commit.
- dataDefinitionIgnoredInTransactions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not transactions ignore data definitions.
- deleteRecord( )
Method in class symantec.itools.db.pro.RelationView.
Marks a record for deletion.
- doesMaxRowSizeIncludeBlobs( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not the maximum record size includes blobs.
- doesProjExist(String)
Method in class symantec.itools.db.pro.RelationView.
Indicates whether or not a specific projection exists.
- enableBindingNotify
Method in class symantec.itools.db.pro.RelationView.
Turns on or off the notification of ProjLink, ListLink, and RecordLink objects.
Syntaxes:
- enableBindingNotify(boolean)
- enableBindingNotify(boolean, boolean)
- enableDetailSQL(boolean)
Method in class symantec.itools.db.pro.RelationView.
Turns on or off the generation of SQL statements for the RelationView's detail views.
- executeRequest( )
Method is class symantec.itools.db.pro.AutoDetail.
Creates a detail RelationView based on an AutoDetail object.
- executeRequest( )
Method in class symantec.itools.db.pro.Request.
Executes a SQL statement.
- findProjByName(String)
Method in class symantec.itools.db.pro.RelationView.
Returns a projection's ID.
- first( )
Method in class symantec.itools.db.pro.RelationView.
Sets a RelationView's current record to the view's first record.
- getAsciiStream
Method in several classes.
Returns a Projection value in a java.io.InputStream object in ASCII format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getAsciiStream( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getAsciiStream(int)
- getAsciiStream(String)
- getAutoDetail
Method in class symantec.itools.db.pro.RelationView.
Creates a root RelationView for a new MultiView transaction.
Syntaxes:
- getAutoDetail( )
- getAutoDetail(String)
- getAutoDetail(ConnectionInfo, String, Properties, Properties)
- getAutoDisconnect( )
Method in class symantec.itools.db.pro.ConnectionInfo.
Returns a database's autoDisconnect property.
- getBestRowIdentifier(String, String, String, int, boolean)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a record's best identifier.
- getBignum
Method in several classes.
Returns a Projection value as a symjava.lang.Bignum object.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getBignum(int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getBignum(int, int)
- getBignum(String, int)
- getBinaryStream
Method in several classes.
Returns a Projection value in a java.io.InputStream object in binary format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getBinaryStream( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getBinaryStream(int)
- getBinaryStream(String)
- getBoolean
Method in several classes.
Returns a Projection value as a boolean.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getBoolean( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getBoolean(int)
- getBoolean(String)
- getByte
Method in several classes.
Returns a Projection value as a byte.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getByte( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getByte(int)
- getByte(String)
- getBytes
Method in several classes.
Returns a Projection value as an array of bytes.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getBytes( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getBytes(int)
- getBytes(String)
- getCatalogName(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns the name of a column's catalog.
- getCatalogs( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's catalogs.
- getCatalogSeparator( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's catalog separator.
- getCatalogTerm( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's catalog term.
- getColumnCount( )
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns the number of columns.
- getColumnDisplaySize(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's display size.
- getColumnLabel(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's label.
- getColumnList( )
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column list.
- getColumnName( )
Method in class symantec.itools.db.pro.ProjBinder.
Returns the name of a ProjBinder's column.
- getColumnName(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns the name of a RelationView's column.
- getColumnPrivileges(String, String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database column's privileges.
- getColumns(String, String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's matching columns.
- getColumnType(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's data type as an int.
- getColumnTypeName(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's data type as a String.
- getConnectionInfo( )
Method in class symantec.itools.db.pro.Request.
Returns connection information.
- getCrossReference(String, String, String, String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's cross references.
- getCurrentRecordNumber( )
Method in class symantec.itools.db.pro.RelationView.
Returns the record number for a RelationView's current record as an int.
- getCurrentRecordNumberString( )
Method in class symantec.itools.db.pro.RelationView.
Returns the record number for a RelationView's current record as a String.
- getCurrentRecordState( )
Method in class symantec.itools.db.pro.RelationView.
Returns the state of a RelationView's current record.
- getDatabaseProductName( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's product name.
- getDatabaseProductVersion( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's version.
- getDate
Method in several classes.
Returns a Projection value as a symjava.sql.Date object.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getDate( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getDate(int)
- getDate(String)
- getDBString( )
Method in class symantec.itools.db.pro.ConnectionInfo.
Returns a database's name.
- getDefaultTransactionIsolation( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a default transaction isolation.
- getDetailProperties( )
Method in class symantec.itools.db.pro.AutoDetail.
Returns an AutoDetail's detail properties.
- getDouble
Method in several classes.
Returns Projection value as a double.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getDouble( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getDouble(int)
- getDouble(String)
- getDriverMajorVersion( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database driver's major version.
- getDriverMinorVersion( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database driver's minor version.
- getDriverName( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database driver's name.
- getDriverVersion( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database driver's version.
- getExportedKeys(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's exported keys.
- getExtraNameCharacters( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns extra name characters.
- getFloat
Method in several classes.
Returns Projection value as a float.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getFloat( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getFloat(int)
- getFloat(String)
- getIdentifierQuoteString( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns an identifier.
- getImportedKeys(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's imported keys.
- getIndexInfo(String, String, String, boolean, boolean)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's index information.
- getInt
Method in several classes.
Returns a Projection value as an int.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getInt( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getInt(int)
- getInt(String)
- getLong
Method in several classes.
Returns a Projection value as a long.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getLong( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getLong(int)
- getLong(String)
- getMaxBinaryLiteralLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a binary literal.
- getMaxCatalogNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a catalog name.
- getMaxCharLiteralLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a character literal.
- getMaxColumnNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a column name.
- getMaxColumnsInGroupBy( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of columns in a GROUP BY clause.
- getMaxColumnsInIndex( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of database columns in an index.
- getMaxColumnsInOrderBy( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of database columns in an ORDER BY clause.
- getMaxColumnsInSelect( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of database columns in a SELECT statement.
- getMaxColumnsInTable( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of columns in a database table.
- getMaxConnections( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of concurrent database connections.
- getMaxCursorNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a cursor name.
- getMaxIndexLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for an index.
- getMaxProcedureNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a stored procedure's name.
- getMaxRowSize( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum size of a record.
- getMaxSchemaNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a schema name.
- getMaxStatementLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a SQL statement.
- getMaxStatements( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of SQL statements.
- getMaxTableNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a database table's name.
- getMaxTablesInSelect( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum number of database tables in a SELECT statement.
- getMaxUserNameLength( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns the maximum length for a user name.
- getMetaData( )
Method in classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView.
Returns a RelationViewMetaData object.
- getMetaData(ConnectionInfo)
Method in class symantec.itools.db.pro.Session.
Returns a SessionMetaData object.
- getMultiView( )
Method in class symantec.itools.db.pro.RelationView.
Returns a MultiView.
- getName( )
Method in class symantec.itools.db.pro.RelationView.
Returns a RelationView's name.
- getNewRecord( )
Method in class symantec.itools.db.pro.RelationView.
Creates a new record.
- getNumericFunctions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's numeric functions.
- getOptConc( )
Method in class symantec.itools.db.pro.Request.
Returns an optimistic concurrency setting.
- getPassword( )
Method in class symantec.itools.db.pro.ConnectionInfo.
Returns a password for logging onto a database.
- getPrecision(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's precision.
- getPrimaryKeys(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's primary keys.
- getProcedureColumns(String, String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a stored procedure's database columns.
- getProcedures(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's stored procedures.
- getProcedureTerm( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a stored procedure's term.
- getRecord( )
Method in class symantec.itools.db.pro.RelationView.
Returns a record.
- getRelationView( )
Method in class symantec.itools.db.pro.ListBinder.
Returns a RelationView for a ListBinder object.
- getRelationView( )
Method in class symantec.itools.db.pro.ProjBinder.
Returns the RelationView of a ProjBinder's column.
- getRelationView( )
Method in class symantec.itools.db.pro.Record.
Returns a record's RelationView.
- getRequest
Method in class symantec.itools.db.pro.Session.
Creates a Request object.
Syntaxes:
- getRequest( )
- getRequest(String)
- getRequestProperties( )
Method in class symantec.itools.db.pro.Request.
Returns properties.
- getRootRelView( )
Method in class symantec.itools.db.pro.MultiView.
Returns a MultiView's root RelationView.
- getScale(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns a column's scale.
- getSchemaName(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns the name of a column's schema.
- getSchemas( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's schemas.
- getSchemaTerm( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database schema's term.
- getSearchStringEscape( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a search string's escape character.
- getServerURL( )
Method in class symantec.itools.db.pro.Session.
Returns a dbANYWHERE Server's URL.
- getShort
Method in several classes.
Returns a Projection value as a short.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getShort( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getShort(int)
- getShort(String)
- getSQL( )
Method in class symantec.itools.db.pro.Request.
Returns a SQL statement.
- getSQLKeywords( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's SQL keywords.
- getState( )
Method in class symantec.itools.db.pro.Record.
Returns a record's state as a byte.
- getStateString( )
Method in class symantec.itools.db.pro.Record.
Returns a record's state as a String.
- getString
Method in several classes.
Returns a Projection value as a String.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getString( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getString(int)
- getString(String)
- getStringFunctions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's string functions.
- getStringValue
Method in several classes.
Returns a Projection value as a String in ASCII format.
Syntax for class symantec.itools.db.pro.ProjBinder:
- getStringValue( )
- getStringValue(int)
- getStringValue(boolean)
- getStringValue(int, boolean)
- getStringValue(String, int)
- getStringValue(int, int)
- getStringValue(String, int, boolean)
- getStringValue(int, int, boolean)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getStringValue(int)
- getStringValue(int, int)
- getStringValue(int, boolean)
- getStringValue(int, int, boolean)
- getStringValue(int, String, int)
- getStringValue(int, int, int)
- getStringValue(int, String, int, boolean)
- getStringValue(int, int, int, boolean)
- getSystemFunctions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's system functions.
- getTableName(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Returns the name of a column's database table.
- getTablePrivileges(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's privileges.
- getTables(String, String, String, String[])
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's tables.
- getTableTypes( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's table types.
- getTime
Method in several classes.
Returns a Projection value as a symjava.sql.Time object.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getTime( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getTime(int)
- getTime(String)
- getTimeDateFunctions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's time and date functions.
- getTimestamp
Method in several classes.
Returns a Projection value as a symjava.sql.Timestamp object.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getTimestamp( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getTimestamp(int)
- getTimestamp(String)
- getTypeInfo( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database's type information.
- getUnicodeStream
Method in several classes.
Returns a Projection value in a java.io.InputStream object in Unicode format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- getUnicodeStream( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- getUnicodeStream(int)
- getUnicodeStream(String)
- getURL( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a dbANYWHERE Server's URL.
- getUser( )
Method in class symantec.itools.db.pro.ConnectionInfo.
Returns a user name for logging onto a database.
- getUserName( )
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a Session's user name.
- getVersionColumns(String, String, String)
Method in class symantec.itools.db.pro.SessionMetaData.
Returns a database table's version columns.
- goTo
Method in class symantec.itools.db.pro.RelationView.
Sets a RelationView's current record to the record with the specified record number.
Syntaxes:
- goTo(int)
- goTo(String)
- init(ListBinder)
Method in interface symantec.itools.db.pro.ListLink.
Initializes a list object when you bind it to a RelationView.
- init(ProjBinder)
Method in class symantec.itools.db.pro.Projection and interface symantec.itools.db.pro.ProjLink.
Initializes an object when you bind the object to a RelationView's projection.
- init( )
Method in interface symantec.itools.db.pro.RecordLink.
Initializes a Record object when you bind it to a RelationView.
- inquireDSN( )
Method in class symantec.itools.db.pro.Session.
Returns a list of a dbANYWHERE Server's databases (DSNs).
- isAutoIncrement(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column automatically increments.
- isBindingNotifyEnabled( )
Method in class symantec.itools.db.pro.RelationView.
Indicates whether or not binding notifications are enabled.
- isCaseSensitive(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column is case sensitive.
- isCatalogAtStart( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database's catalog is at the start of the database.
- isCurrency(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column's data type is a currency data type.
- isCurrentRecordReadable( )
Method in class symantec.itools.db.pro.RelationView.
Indicates whether or not a record can be read.
- isCurrentRecordWritable( )
Method in class symantec.itools.db.pro.RelationView.
Indicates whether or not a record can be written to.
- isDataChanged( )
Method in class symantec.itools.db.pro.MultiView.
Indicates whether or not a MultiView's data changed.
- isDefinitelyWritable(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column is definitely writable.
- isNull( )
Method in several classes.
Indicates whether or not a Projection value is defined.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- isNull( )
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- isNull(int)
- isNull(String)
- isNullable(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column's value can be NULL.
- isReadable( )
Method in classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Record.
Indicates whether or not a record can be read.
- isReadOnly(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column is read-only.
- isReadOnly( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a Session's data is read-only.
- isSearchable(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column is searchable.
- isSigned(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column's value is signed.
- isWritable( )
Method in classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Record.
Indicates whether or not a record can be written to.
- isWritable(int)
Method in class symantec.itools.db.pro.RelationViewMetaData.
Indicates whether or not a column can be written to.
- join(int, int)
Method in class symantec.itools.db.pro.AutoDetail.
Specifies how to set a parameter in an AutoDetail's SQL statement from a master RelationView's projection.
- ListBinder
Class in package symantec.itools.db.pro.
Binds a ListLink object to a column in a RelationView.
- ListLink
Interface in package symantec.itools.db.pro.
Supports list binding.
- Logon
Interface in package symantec.itools.db.pro.
Provides a hook into dbANYWHERE's logon failure handler.
- logonFailed(ConnectionInfo, int)
Method in interface symantec.itools.db.pro.Logon.
Indicates that a logon attempt failed.
- MANY_TO_MANY
Static variable in class symantec.itools.db.pro.AutoDetail.
Specifies the many to many value for a cardinality setting.
- MANY_TO_ONE
Static variable in class symantec.itools.db.pro.AutoDetail.
Specifies the many to one value for a cardinality setting.
- MultiView
Class in package symantec.itools.db.pro.
Represents a MultiView.
- next( )
Method in class symantec.itools.db.pro.RelationView.
Sets a RelationView's current record to the next record.
- notifyDataChange(ProjBinder)
Method in interface symantec.itools.db.pro.ProjLink and class symantec.itools.db.pro.Projection.
Indicates that the current record's data for a ProjBinder's RelationView changed.
- notifyListChange(ListBinder)
Method in interface symantec.itools.db.pro.ListLink.
Indicates that the data in a list object's RelationView has changed.
- notifyRecordChange(Record)
Method in interface symantec.itools.db.pro.RecordLink.
Indicates that a RelationView's current record has changed.
- notifySetData(ProjBinder)
Method in interface symantec.itools.db.pro.ProjLink and class symantec.itools.db.pro.Projection.
Indicates that the current record's data for a ProjBinder's RelationView changed.
- nullPlusNonNullIsNull( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not NULL + a non-NULL value results in a NULL.
- nullsAreSortedAtEnd( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not NULLs are sorted at the end.
- nullsAreSortedAtStart( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not NULLs are sorted at the start.
- nullsAreSortedHigh( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not NULLs are sorted high.
- nullsAreSortedLow( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not NULLs are sorted low.
- ONE_TO_MANY
Static variable in class symantec.itools.db.pro.AutoDetail.
Specifies the one to many value for a cardinality setting.
- ONE_TO_ONE
Static variable in class symantec.itools.db.pro.AutoDetail.
Specifies the one to one value for a cardinality setting.
- prev( )
Method in class symantec.itools.db.pro.RelationView.
Sets a RelationView's current record to the previous record.
- processEmptyStringData(String, RelationView, int, int, int)
Method in class symantec.itools.db.pro.RelationView.
Processes an empty or NULL String.
- ProjBinder
Class in package symantec.itools.db.pro.
Binds a Projection object to a RelationView's projection.
- Projection
Class in package symantec.itools.db.pro.
Represents a projection.
- Projection( )
Constructor for class symantec.itools.db.pro.Projection.
Creates a Projection object.
- ProjLink
Interface in package symantec.itools.db.pro.
Binds a Java object to a single projection for a RelationView's current row.
- REC_POS_FIRST
Static variable in class symantec.itools.db.pro.Request.
Specifies the first record as the initial current record for a new RelationView.
- REC_POS_NEW
Static variable in class symantec.itools.db.pro.Request.
Specifies a new record as the initial current record for a new RelationView.
- REC_POS_NOPOS
Static variable in class symantec.itools.db.pro.Request.
Specifies not to specify the intial current record for a new RelationView.
- RECSTATE_DB_DELETED
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record was deleted.
- RECSTATE_DELETED
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record is marked for deletion.
- RECSTATE_EXISTING
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record exists.
- RECSTATE_INVALID
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record is in an undefined state.
- RECSTATE_MODIFIED
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record was modified.
- RECSTATE_NEW
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record is new and doesn't have data.
- RECSTATE_NEW_MODIFIED
Static variable in class symantec.itools.db.pro.Record.
Specifies that a record is new and has data.
- Record
Class in package symantec.itools.db.pro.
Represents a record.
- RecordLink
Class in package symantec.itools.db.pro.
Supports record binding.
- RelationView
Class in package symantec.itools.db.pro.
Represents a RelationView.
- RelationView
Constructor for class symantec.itools.db.pro.RelationView.
Creates a RelationView object.
Syntaxes:
- RelationView(Request)
- RelationView(AutoDetail)
- RelationViewMetaData
Class in package symantec.itools.db.pro.
Returns information about a RelationView .
- Request
Class in package symantec.itools.db.pro.
Contains information for creating a RelationView.
- Request(Session, ConnectionInfo)
Constructor for class symantec.itools.db.pro.Request.
Creates a Request object.
- restart( )
Method in class symantec.itools.db.pro.MultiView.
Restarts a MultiView.
- restartMultiView( )
Method in class symantec.itools.db.pro.RelationView.
Restarts a MultiView.
- rewind( )
Method in class symantec.itools.db.pro.RelationView.
Rewinds a RelationView.
- save( )
Method in class symantec.itools.db.pro.MultiView.
Saves a MultiView's data changes.
- saveMultiView( )
Method in class symantec.itools.db.pro.RelationView.
Saves a MultiView's changes.
- Session
Class in package symantec.itools.db.pro.
Connects to a dbANYWHERE Server.
- Session(String)
Constructor for class symantec.itools.db.pro.Session.
Creates a Session object.
- SessionMetaData
Class in package symantec.itools.db.pro.
Returns information about a database connection.
- setAsciiStream
Method in several classes.
Sets a Projection value to a java.io.InputStream object in ASCII format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setAsciiStream(InputStream, int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setAsciiStream(int, InputStream, int)
- setAsciiStream(String, InputStream, int)
- setAutoDisconnect(boolean)
Method in class symantec.itools.db.pro.ConnectionInfo.
Sets a database's autoDisconnect property.
- setBignum
Method in several classes.
Sets a Projection value to a symjava.lang.Bignum value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setBignum(Bignum)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setBignum(int, Bignum)
- setBignum(String, Bignum)
- setBinaryStream
Method in several classes.
Sets a Projection value to a java.io.InputStream object in binary format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setBinaryStream(InputStream, int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setBinaryStream(int, InputStream, int)
- setBinaryStream(String, InputStream, int)
- setBoolean
Method in several classes.
Sets a Projection value to a boolean value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setBoolean(boolean)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setBoolean(int, boolean)
- setBoolean(String, boolean)
- setByte
Method in several classes.
Sets a Projection value to a byte value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setByte(byte)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setByte(int, byte)
- setByte(String, byte)
- setBytes
Method in several classes.
Sets a Projection value to the values in an array of bytes.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setBytes(byte[ ])
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setBytes(int, byte[ ])
- setBytes(String, byte[ ])
- setConnectionInfo(ConnectionInfo)
Method in class symantec.itools.db.pro.Request.
Sets connection information.
- setDate
Method in several classes.
Sets a Projection value to a symjava.sql.Date value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setDate(Date)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setDate(int, Date)
- setDate(String, Date)
- setDBString(String)
Method in class symantec.itools.db.pro.ConnectionInfo.
Sets a database's name.
- setDefaultConnection(ConnectionInfo)
Method in class symantec.itools.db.pro.Session.
Sets default database connection information.
- setDetailProperties(Properties)
Method in class symantec.itools.db.pro.AutoDetail.
Sets an AutoDetail's detail properties.
- setDouble
Method in several classes.
Sets a Projection value to a double value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setDouble(double)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setDouble(int, double)
- setDouble(String, double)
- setFloat
Method in several classes.
Sets a Projection value to a float value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setFloat(float)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setFloat(int, float)
- setFloat(String, float)
- setInt
Method in several classes.
Sets a Projection value to an int value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setInt(int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setInt(int, int)
- setInt(String, int)
- setLogonObject(Logon)
Method in class symantec.itools.db.pro.Session.
Sets the Logon Failure Handler.
- setLong
Method in several classes.
Sets a Projection value to a long value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setLong(long)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setLong(int, long)
- setLong(String, long)
- setName(String)
Method in class symantec.itools.db.pro.RelationView.
Sets a RelationView's name.
- setNull
Method in several classes.
Sets a Projection value to NULL.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setNull(int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setNull(int, int)
- setNull(String, int)
- setPassword(String)
Method in class symantec.itools.db.pro.ConnectionInfo.
Sets a password for logging onto a database.
- setRequestProperties(Properties)
Method in class symantec.itools.db.pro.Request.
Sets Request properties.
- setShort
Method in several classes.
Sets a Projection value to a short value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setShort(short)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setShort(int, short)
- setShort(String, short)
- setSQL(String)
Method in class symantec.itools.db.pro.Request.
Sets a SQL statement.
- setString
Method in several classes.
Sets a Projection value to a String value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setString(String)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setString(int, String)
- setString(String, String)
- setTime
Method in several classes.
Sets a Projection value to a symjava.sql.Time value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setTime(Time)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setTime(int, Time)
- setTime(String, Time)
- setTimestamp
Method in several classes.
Sets a Projection value to a symjava.sql.Timestamp value.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setTimestamp(Timestamp)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setTimestamp(int, Timestamp)
- setTimestamp(String, Timestamp)
- setUnicodeStream
Method in several classes.
Sets a Projection value to a java.io.InputStream object in Unicode format.
Syntax for classes symantec.itools.db.pro.ProjBinder and symantec.itools.db.pro.Projection:
- setUnicodeStream(InputStream, int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setUnicodeStream(int, InputStream, int)
- setUnicodeStream(String, InputStream, int)
- setUser(String)
Method in class symantec.itools.db.pro.ConnectionInfo.
Sets a user name for logging onto a database.
- setValueFromString
Method in several classes.
Sets a Projection value to a String value.
Syntaxes for class symantec.itools.db.pro.ProjBinder:
- setValueFromString(String)
- setValueFromString(String, int)
- setValueFromString(String, int, int)
- setValueFromString(String, String, int)
- setValueFromString(String, String, int, int)
- setValueFromString(String, int, int, int)
Syntaxes for interface symantec.itools.db.pro.DataAccess and classes symantec.itools.db.pro.Record and symantec.itools.db.pro.RelationView:
- setValueFromString(int, String)
- setValueFromString(int, String, int)
- setValueFromString(int, String, int, int)
- setValueFromString(int, String, String, int)
- setValueFromString(int, String, String, int, int)
- setValueFromString(int, String, int, int, int)
- SQLConnectionException
Exception in package symantec.itools.db.pro.
Indicates that a database connection failed.
- SQLException
Exception in package symantec.itools.db.pro.
Indicates that a dbANYWHERE Server operation failed.
- SQLServerConnException
Exception in package symantec.itools.db.pro.
Indicates that a socket connection to a dbANYWHERE Server is broken.
- sqlTypeConvert
Method in class symantec.itools.db.pro.RelationView.
Returns the int or String equivalent of a String or int data type name.
Syntaxes:
- sqlTypeConvert(String)
- sqlTypeConvert(int)
- storesLowerCaseIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores lower case identifiers.
- storesLowerCaseQuotedIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores lower case quoted identifiers.
- storesMixedCaseIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores mixed case identifiers.
- storesMixedCaseQuotedIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores mixed case quoted identifiers.
- storesUpperCaseIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores upper case identifiers.
- storesUpperCaseQuotedIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database stores upper case quoted identifiers.
- supportsAlterTableWithAddColumn( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database lets you add a column to a table.
- supportsAlterTableWithDropColumn( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database lets you delete a column from a table.
- supportsANSI92EntryLevelSQL( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports ANSI 92 entry level SQL.
- supportsANSI92FullSQL( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports ANSI 92 full SQL.
- supportsANSI92IntermediateSQL( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports ANSI 92 intermediate SQL.
- supportsCatalogsInDataManipulation( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its catalogs when you manipulate its data.
- supportsCatalogsInIndexDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its catalogs when you define an index.
- supportsCatalogsInPrivilegeDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its catalogs when you define a privilege.
- supportsCatalogsInProcedureCalls( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its catalogs when you call a stored procedure.
- supportsCatalogsInTableDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its catalogs when you define a table.
- supportsColumnAliasing( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports aliases for columns.
- supportsConvert
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports conversions from one specified data type to another specified data type.
Syntaxes:
- supportsConvert( )
- supportsConvert(int, int)
- supportsCoreSQLGrammar( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports core SQL grammar.
- supportsCorrelatedSubqueries( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports correlated subqueries.
- supportsDataDefinitionAndDataManipulationTransactions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports data definition and data manipulation transactions.
- supportsDataManipulationTransactionsOnly( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports data manipulation transactions only.
- supportsDifferentTableCorrelationNames( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports different table correlation names.
- supportsExpressionsInOrderBy( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports expression in ORDER BY clauses.
- supportsExtendedSQLGrammar( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports extended SQL grammar.
- supportsFullOuterJoins( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports full outer joins.
- supportsGroupBy( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports GROUP BY clauses.
- supportsGroupByBeyondSelect( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports GROUP BY clauses in SQL statements that are not SELECT statements.
- supportsGroupByUnrelated( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports GROUP BY clauses that have unrelated elements.
- supportsIntegrityEnhancementFacility( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports an integrity enhancement facility.
- supportsLikeEscapeClause( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports the "like" escape clause.
- supportsLimitedOuterJoins( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports limited outer joins.
- supportsMinimumSQLGrammar( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports minimum SQL grammar.
- supportsMixedCaseIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports mixed case identifiers.
- supportsMixedCaseQuotedIdentifiers( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports mixed case quoted identifiers.
- supportsMultipleResultSets( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports multiple result sets.
- supportsMultipleTransactions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports multiple transactions.
- supportsNonNullableColumns( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports non-NULLable columns.
- supportsOpenCursorsAcrossCommit( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports open cursors across a commit.
- supportsOpenCursorsAcrossRollback( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports open cursors across a rollback.
- supportsOpenStatementsAcrossCommit( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports open SQL statements across a commit.
- supportsOpenStatementsAcrossRollback( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports open SQL statements across a rollback.
- supportsOrderByUnrelated( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports ORDER BY clauses with unrelated elements.
- supportsOuterJoins( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports outer joins.
- supportsPositionedDelete( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports positioned deletes.
- supportsPositionedUpdate( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports positioned updates.
- supportsSchemasInDataManipulation( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its schemas when you manipulate its data.
- supportsSchemasInIndexDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its schemas when you define an index.
- supportsSchemasInPrivilegeDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its schemas when you define a privilege.
- supportsSchemasInProcedureCalls( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its schemas when you call a stored procedure.
- supportsSchemasInTableDefinitions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database updates its schemas when you define a table.
- supportsSelectForUpdate( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports "select for" updates.
- supportsStoredProcedures( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports stored procedures.
- supportsSubqueriesInComparisons( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports subqueries in comparisons.
- supportsSubqueriesInExists( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports subqueries in "exist"s.
- supportsSubqueriesInIns( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports subqueries in "in"s.
- supportsSubqueriesInQuantifieds( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports subqueries in "quantified"s.
- supportsTableCorrelationNames( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports table correlation names.
- supportsTransactionIsolationLevel(int)
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports a transaction isolation level.
- supportsTransactions( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database lets you perform a transaction.
- supportsUnion( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports UNION statements.
- supportsUnionAll( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database supports UNION ALL statements.
- unBindObj(Object)
Method in class symantec.itools.db.pro.RelationView.
Unbinds an object.
- unBindProj(int)
Method in class symantec.itools.db.pro.RelationView.
Unbinds a projection.
- undoDataChanges( )
Method in class symantec.itools.db.pro.MultiView.
Undoes a MultiView's data changes.
- undoRecord( )
Method in class symantec.itools.db.pro.RelationView.
Undoes a record's data changes.
- UNIQUE
Static variable in class symantec.itools.db.pro.Request.
Specifies the unique value for an optimistic concurrency setting.
- UNIQUE_MODIFIED
Static variable in class symantec.itools.db.pro.Request.
Specifies the unique modified value for an optimistic concurrency setting.
- usesLocalFilePerTable( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database uses a local file for each table.
- usesLocalFiles( )
Method in class symantec.itools.db.pro.SessionMetaData.
Indicates whether or not a database uses local files.
Top
Copyright © 1996 Symantec Corporation. All rights reserved.